home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Family Forum 255
/
SOMC Family Forum 255.iso
/
Main16.exe
/
Main16.dxr
/
00203_Activities HS.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-09-14
|
238 b
|
19 lines
on mouseEnter
if not count(the windowList) then
doRollover2(61)
end if
end
on mouseLeave
if not count(the windowList) then
doRollout(61)
end if
end
on mouseUp
glowClear()
doClick()
cursor(0)
go("Activities")
end